/* basic styles */

h1 { 
	font-size: 24px; 
	color: #993333; 
	font-weight: 400; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}

/* color */

h1, .intro {
	color: #000099; 
}

li {
	list-style-image:  url(/images/bullet2.gif);
	list-style-type:  square;
}

.ftlist {
	list-style-image:  url(/images/bullet2_ft.gif);
	list-style-type:  square;
}

.rightftbg {
background-image: url(/images/right_menu/bg_ft.gif); 
background-repeat: repeat-x;
}

.rightpedbg {
background-image: url(/images/right_menu/bg_ped.gif); 
background-repeat: repeat-x;
}

.rightpengbg {
background-image: url(/images/right_menu/bg_peng.gif); 
background-repeat: repeat-x;
}

.didyouknow {
	color: #FF6600;
}

.historytext {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

/* topnav */
.topnav0_3, .topnav1_11, .topnav2_5, .topnav3_7, .topnav4_8 {
	background-image: url(/images/top_menu/bg_wht.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.historykeytext {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; line-height: 16px;}

